Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1Behavior<T> Class
Members

In This Topic
    C1Behavior<T> Class
    In This Topic
    Base class for control behaviors.
    Object Model
    C1Behavior<T> Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class C1Behavior(Of T As FrameworkElement) 
       Inherits Microsoft.Xaml.Behaviors.Behavior(Of T)
       Implements Microsoft.Xaml.Behaviors.IAttachedObject 
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class C1Behavior<T> : Microsoft.Xaml.Behaviors.Behavior<T>, Microsoft.Xaml.Behaviors.IAttachedObject  
    where T: FrameworkElement
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Freezable
                System.Windows.Media.Animation.Animatable
                   Microsoft.Xaml.Behaviors.Behavior
                      Microsoft.Xaml.Behaviors.Behavior<T>
                         C1.WPF.Core.C1Behavior<T>

    See Also